These macros are for use with Kyan Pascal, a ProDOS-based PASCAL from Kyan Software which compiles to 6502 code. Macro Comment ----- ------- START :| jump to beginning of line :| jump to end of line : | insert space from strike-over mode B:BEGIN| precedes macro A because A calls it A:#A| begin assembler code C:(**)| Pascal comment D:T| delete word under cursor E:END| F:FOR| G:M1| go to marker 1 (set with sa-M) H:HGr;| I:INPUT| L:EOLN| M:SM1| set marker 1 (find with sa-G) N:Kyan Software1850 Union Street #183San Francisco, CA 94123| O:OUTPUT| P:PROCEDURE | Q:| switch to next file on desktop R:Readln ();| T:TYPE| U:F| undo last MacroWorks delete V:VAR| W:Writeln ('')| Y:T| delete current line Z:T| delete (zap) to end of file END